Template

Read Deep Template

  • papers
  • Template
  • Updated: 2026-08-31T10:06:42+08:00
Source Collection
papers
Source Path
papers/template/Read Deep template.md
Type
Template
Updated At
2026-08-31T10:06:42+08:00

<%* const clean = (value) => (value || "").replace(/\r?\n/g, " ").trim(); const yaml = (value) => clean(value).replace(/"/g, '\"'); const fileSafe = (value) => clean(value) .replace(/[\/:*?"<>|#^[]]/g, "") .replace(/\s+/g, " ") .slice(0, 120) .trim();

title: "<% yaml(noteTitle) %>" created: <% tp.date.now("YYYY-MM-DD HH:mm") %> type: paper-reading status: <% status %> tags:

  • paper-reading
  • read-deep paper_title: "<% yaml(paperTitle) %>" paper_url: "<% yaml(paperUrl) %>" pdf: "<% yaml(pdf) %>" venue: "<% yaml(venue) %>" year: "<% yaml(year) %>" topic: "<% yaml(topic) %>" reading_stage: read-deep

<% paperTitle %>

  • Paper: <% paperUrl %>
  • PDF: 论文.pdf
  • Venue / year: <% venue %> <% year %>
  • Topic: <% topic %>

1. To Understand List

Priority Item Type Where it appears Status
High term / metric / formula / paper todo
Medium term / metric / formula / paper todo

2. Abstract

  • Model / method:
  • Problem:
  • Method:
  • Result:
  • Keywords:

3. Problem-Solution Chain

Step Problem / limitation Existing solution Proposed solution Evidence
1
2
3

Introduction Notes

  • Core problem:
  • Why it matters:
  • Previous methods:
  • Limitations:
  • Main contributions:

What this paper does

Prior work map

Direction Representative papers What they solve What remains unsolved

5. Key Figure / Pipeline

  • Figure:
  • Input:
  • Output:
  • Main modules:
  • Difference from prior methods:
  • My explanation in plain language:

Questions about the figure

6. Methods

Core idea

Step-by-step process

  1. Raw input:
  2. Operation:
  3. Model / algorithm:
  4. Intermediate representation:
  5. Training objective:
  6. Final output:

Formula / algorithm notes

Formula / algorithm Meaning Question Status
todo

7. Experiments

Setup

  • Datasets:
  • Baselines:
  • Metrics:
  • Training / inference setting:

Main results

Claim Evidence / table / figure Dataset / metric My confidence

Ablation / analysis

  • What matters most:
  • Failure cases:
  • Surprising result:
  • Metrics to understand:

8. Conclusion

  • Main takeaway:
  • Innovation points:

  • Reusable methods / experience:

  • Problems / limitations:

  • Next action:

Evidence-backed relations

Source Note · Same Topic

Evidence-backed relations

Related Summary

切换到中文